home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
misc
/
Hunk.lha
/
Hunk
/
Rexx
/
Patch00.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-02-14
|
220b
|
12 lines
/* Patch a user selectable file by Hunk, automatically.
Apply all '000 relevant patches. */
MergeRelocs
ApplyPatch "General.hop"
ApplyPatch "Asl_Add.hop"
MergeRelocs
Count 'hunks'
do i=0 to hunks-1
StripZeros i
end